From 8190b144ac74638c95faf68af7a3e70abb840106 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 20 Nov 2014 14:07:13 -0500 Subject: [PATCH] fix capitalization in build script docs --- src/doc/build-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/build-script.md b/src/doc/build-script.md index 22b0dd99f..f5ece41c3 100644 --- a/src/doc/build-script.md +++ b/src/doc/build-script.md @@ -355,7 +355,7 @@ performs tasks such as: * The stdout output and `OUT_DIR` locations are also handled by the `gcc` library. -here we can start to see some of the major benefits of farming as much +Here we can start to see some of the major benefits of farming as much functionality as possible out to common build dependencies rather than duplicating logic across all build scripts! -- 2.30.2